LEADTOOLS WebForms and AJAX (Leadtools.Web.Services assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
StreamsLimit Property
See Also 
Leadtools.Web.Services Namespace > ServiceStreamer<TStreamedData,TServiceState> Class : StreamsLimit Property



Gets the number of maximum concurrent streams.

Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property StreamsLimit As Integer
Visual Basic (Usage)Copy Code
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim value As Integer
 
value = instance.StreamsLimit
C# 
protected int StreamsLimit {get;}
C++/CLI 
protected:
property int StreamsLimit {
   int get();
}

Property Value

The number of concurrent streams.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also